New Project
Create a Strapi Project
npx create-strapi-app my-project
Strapi app quickstart
- Quickstart uses the default database (SQLite)
npx create-strapi-app my-project --quickstart
Running Strapi
- To start the Strapi application, run the following command in the project folder:
- If you are running this for the first time, it will open signup for admin form
npm run develop